Discover how to capitalize first letter in python, include the articles, news, trends, analysis and practical advice about how to capitalize first letter in python on alibabacloud.com
This blog is mainly to summarize our common development process in the string of some operations:# Letter Case Conversion # first letter to uppercase # remove special characters from string (e.g. ' _ ', '. ', ', ', '; ') and then concatenate the
The capitalize () method in which the first letter of a word is capitalized in Python, and pythoncapitalize
The capitalize () method returns a copy of the string, only the first letter of which is capitalized. For 8-bit strings, this method is
This article mainly introduces the capitalize () method of the first letter of the word in Python, which is the basic knowledge in the introduction of Python, and the friends who need it can refer to
The capitalize () method returns a copy of the
Capitalize () in Python
This article mainly introduces the capitalize () method in which the first letter of a word is capitalized in Python. It is the basic knowledge in Python. For more information, see
The capitalize () method returns a copy of
The capitalize () method returns a copy of the string, with only its first letter capitalized. For a 8-bit string, this method is related to the locale.
Grammar
The following is the syntax for the Capitalize () method:
Str.capitalize ()
1 str = input ('input a string ' need to change:')23 New _list = Str.split (")4 for in new_list: 5 print(I.capitalize (), end=" )When I learned the string split usage today, I suddenly thought of the front str.capitalize () capitalize the
In Python, there is code that can implement this function directly
str2 = "Hello nice to meet
Print (Str2.title ())There are a couple of similar features
Convert #将字符串中的大写转化成小写 lowercase to uppercase
print (Str2.swapcase ())
#就第一个首字母大写 Other
Both capitalize () and title () can be capitalized in the first letter of the string.The main difference is:Capitalize (): The first letter of the string is capitalizedTitle (): Capitalize the first letter of all words within a stringFor example:>>>
Town Field Poem:Cheng listens to the Tathagata language, the world name and benefit of Dayton. Be willing to do the Tibetan apostles, the broad show is by Sanfu mention.I would like to do what I learned, to achieve a conscience blog. May all the
Upper () The letters in the string are capitalized from lowercaseLower () The letters in the string are changed from uppercase to lowercaseCapitalize () The first letter of the letter in the string and the remaining lowercaseTitle () The first
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.